This folder has all the C source and header files that were in an MPLAB project. The project was for a KitBoard 
(which had a different PIC - and so a different configuration bits file than our normal PIC32MZ codes/projects).
To build this project properly, make sure to select the PIC32MX695F512H as the processor type. 
Two UART interfaces are used. serial1 is used for communication between the KitBoard and a PC running PuTTY. 
serial2 is used for communication between the KitBoard and the GPS. serial2 is configured to use printf.
